Click or drag to resize

ServiceMoveFolder Method (IListFolderId, FolderId)

Moves multiple folders.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<FolderInfoResponse> MoveFolder(
	IList<FolderId> folders,
	FolderId targetFolderId
)

Parameters

folders
Type: System.Collections.GenericIListFolderId
The IDs of the folders to move.
targetFolderId
Type: Independentsoft.ExchangeFolderId
The ID of the folder to move the items to.

Return Value

Type: IListFolderInfoResponse
A collection of move results for each of the specified item IDs.
See Also